New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@signalk/nmea0183-utilities

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/nmea0183-utilities

Various utilities for transforming NMEA0183 units into SI units for use in SK.

  • 0.8.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
471
increased by100.43%
Maintainers
5
Weekly downloads
 
Created
Source

NMEA0183-utilities

Build Status

Various utilities for transforming NMEA0183 units into SI units for use in Signal K.

Installation

npm install nmea0183-utilities

Some examples

var utils = require('nmea0183-utilities');

// Transform 3 knots into m/s
var ms = utils.transform(3, 'knots', 'ms');

// Generate a source object for SignalK from a sentence
var source = utils.source('VDM');

// Generate a timestamp from a NMEA0183 time and date field
var source = utils.source('220104', '171089');

Keywords

FAQs

Package last updated on 11 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc